DioDocs for PDF
FillPath(IPath,Brush,Nullable<RectangleF>,Nullable<Matrix3x2>) メソッド

DS.Documents.Imaging アセンブリ > GrapeCity.Documents.Drawing 名前空間 > GcGraphics クラス > FillPath メソッド : FillPath(IPath,Brush,Nullable<RectangleF>,Nullable<Matrix3x2>) メソッド
An object implementing the IPath interface that represents the path to fill.
The brush used to fill the path.
The optional bounds for a gradient brush.
The transformation applied to the brush.
Fills a path using a specified brush.
シンタックス
'宣言
 
Public Overloads Sub FillPath( _
   ByVal path As IPath, _
   ByVal brush As Brush, _
   Optional ByVal brushBounds As System.Nullable(Of RectangleF), _
   Optional ByVal brushTransform As System.Nullable(Of Matrix3x2) _
) 
public void FillPath( 
   IPath path,
   Brush brush,
   System.Nullable<RectangleF> brushBounds,
   System.Nullable<Matrix3x2> brushTransform
)

パラメータ

path
An object implementing the IPath interface that represents the path to fill.
brush
The brush used to fill the path.
brushBounds
The optional bounds for a gradient brush.
brushTransform
The transformation applied to the brush.
参照

GcGraphics クラス
GcGraphics メンバ
オーバーロード一覧